SubsystemStatusEx Class

Represents the extended state of an EtherCAT link.

Inheritance Hierarchy

System.Object
  IntervalZero.KINGSTAR.Base.Api.SubsystemStatusEx

Namespace: IntervalZero.KINGSTAR.Base.Api

Assembly: IntervalZero.KINGSTAR.Base.Api (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
public class SubsystemStatusEx
Public Class SubsystemStatusEx

 

The SubsystemStatusEx class exposes the following members.

Constructors

 NameDescription
SubsystemStatusExInitializes a new instance of the SubsystemStatusEx class.

Fields

The Stamps parameters allow applications to know whether they should update the configuration or not. They also allow .NET Class to automatically update the configuration.

 NameDescription
AxesConfigurationStampsThe time stamps at which the configuration of axes was last modified.
AxesCountThe number of axes on the EtherCAT network.
AxesStatesThe states of axes. Combines the EtherCAT and motion states.
CamConfigurationStampsThe time stamps at which the configuration of cam tables was last modified.
CamCountThe number of cam tables on the EtherCAT network.
CamStatesThe states of cam tables.
GroupConfigurationStampsThe time stamps at which the configuration of axis groups was last modified.
GroupCountThe number of axis groups on the EtherCAT network.
GroupStatesThe states of axis groups.
IOConfigurationStampsThe time stamps at which the configuration of I/O modules was last modified.
IOCountThe number of I/O modules on the EtherCAT network.
IOStatesThe EtherCAT states of I/O modules. The link is considered ready when the I/O module is in operational state.
RequestedStateReads the EtherCAT states from the latest RequestState function call.
SlaveConfigurationStampsThe time stamps at which the configuration of EtherCAT slaves was last modified.
SlaveCountThe total number of slaves on the EtherCAT network.
SlaveStatesThe EtherCAT states of slaves. The link is considered ready when the slave is in operational state.
StateThe EtherCAT states of the master. The link is considered ready when the master is in operational state.
SubsystemConfigurationStampThe time stamps at which the configuration of the KINGSTAR Subsystem was last modified.

See also

IntervalZero.KINGSTAR.Base.Api Namespace